The following procedure walks you through setting up a publishing directory called WebDAV.
To set up a publishing directoryFor example, if you call the directory WebDAV, the path to this directory would look like this: C:\Inetpub\WebDAV
You can actually put this directory anywhere you want, except under the Wwwroot directory. Wwwroot is an exception because its default DACLs are different from those on other directories.
For instructions, see Creating Virtual Directories.
You are granting users the right to publish documents on this virtual directory and to see a list of the files in it. Although not recommended for security reasons, you can grant the same access to your entire Web site and allow clients to publish to your entire Web server.
Note Granting Write access does not give clients the ability to modify Active Server Pages (ASP) or any other script-mapped files. To allow these files to be modified, you must grant Write permission and Script source access after creating the virtual directory. For information about setting these permissions, see Setting Web Server Permissions.
Once you finish setting up a WebDAV virtual directory, you can allow clients to publish to it. For information on how users can connect to the directory through any of the Microsoft WebDAV Clients, see Publishing and Managing Files.